home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Audio-DSP / NU / Source / ClassManager.nib / data.classes < prev    next >
Encoding:
Text File  |  1993-01-23  |  479 b   |  36 lines

  1. ClassManager = {
  2.     ACTIONS = {
  3.     evalSelection:;
  4.     editSuperClass:;
  5.     save:;
  6.     compile:;
  7.     update:;
  8.     load:;
  9.     goToMsg:;
  10.     };
  11.     OUTLETS = {
  12.     msgBrowser;
  13.     splitView;
  14.     };
  15.     SUPERCLASS = WorkspaceManager;
  16. };
  17. FirstResponder = {
  18.     ACTIONS = {
  19.     };
  20.     SUPERCLASS = Object;
  21. };
  22. InstanceManager = {
  23.     SUPERCLASS = WorkspaceManager;
  24. };
  25. WorkspaceManager = {
  26.     ACTIONS = {
  27.     revert:;
  28.     setTextView:;
  29.     };
  30.     OUTLETS = {
  31.     msgField;
  32.     textView;
  33.     };
  34.     SUPERCLASS = Window;
  35. };
  36.